home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18330 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: ix.netcom.com!news
  2. From: Bradd W. Szonye <bradds@ix.netcom.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: RE: Help : Huge Integer Variables  ?
  5. Date: 19 Apr 1996 09:29:51 GMT
  6. Organization: Netcom
  7. Message-ID: <01bb2dd3.0c758b80$c6c2b7c7@Zany.localhost>
  8. References: <315AC298.4F2A@uh.edu> <4jh94c$sfj@news.microsoft.com>
  9. NNTP-Posting-Host: det-mi6-06.ix.netcom.com
  10. X-NETCOM-Date: Fri Apr 19  4:29:51 AM CDT 1996
  11. X-Newsreader: Microsoft Internet News
  12.  
  13.  
  14. On Friday, March 29, 1996, Dann Corbit wrote...
  15. > In article <315AC298.4F2A@uh.edu>, Anwar@uh.edu says...
  16. > >
  17. > >Hello,
  18. > >
  19. > >I need to use Huge Integers ( 8 Bytes or More)
  20. > >The Bigger The Better.
  21. > >
  22. > >Is it possible with C++ or any other programming Lang. ?
  23. > >
  24. > >Thank You
  25. > There are many extended precision number classes available.
  26. > Use a web browser (Alta-Vista is my favorite) and search for
  27. > "extended precision" and you will find lots of possible sources
  28. > for what you need.
  29. > -- 
  30. > The opinions expressed in this message are my own personal views
  31. > and do not reflect the official views of Microsoft Corporation.
  32. > In fact, I'm just a subcontractor, not an employee, so pull in your
  33. claws.
  34. Don Knuth's "Art of Computer Programming, Volume II: Seminumerical
  35. Algorithms" will tell you all you ever want to know about high-precision
  36. integers, and for only $50, if you're a do-it-yourselfer. I recommend a
  37. Master's degree before trying to read his books however.
  38.  
  39.  
  40.